From d6c6cfd95fd999a11edc99fa83f90e4d4eaf1a21 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 18 Jul 2010 13:52:30 +0000 Subject: [PATCH] Fix comment. There's no tempfile function in php. --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 6be53ad0c6..a68daf0fd8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2096,7 +2096,7 @@ function &wfGetMimeMagic() { * variables are then checked in sequence, and if none are set /tmp is * returned as the generic Unix default. * - * NOTE: When possible, use the tempfile() function to create temporary + * NOTE: When possible, use the tempnam() function to create temporary * files to avoid race conditions on file creation, etc. * * @return String -- 2.20.1